argument n. 1.爭論,辯論,論證。 2.論據(jù),論點。 3.(書籍等的)梗概,摘要,大綱;(劇本等的)情節(jié)。 4.【數(shù)學(xué)】幅角;宗量,宗數(shù),自變數(shù)。 5.【邏輯學(xué)】(三段論中的)中項,中詞。 6.〔廢語〕證據(jù)。 an artificial argument 巧辯,詭辯。 start [put forward] an argument 開始[挑起]爭論。 argument against [for, in favour of] 反對[贊成]…的論點。 get [fall] into an argument with 與…發(fā)生爭論。 ram an argument home 反覆說明論點使對方接受。 without argument 無異議。
default n. 1.不履行;違約;拖欠。 2.【法律】不履行債務(wù);缺席。 3.欠缺,缺乏。 judgment by default 缺席裁判。 make default 缺席。 suffer a default 受缺席裁判。 be in default 不履行(契約)。 in default of 因無…,若缺少…時,若沒有…時(He was silent in default of any excuse. 他無可推諉,啞口無言)。 vi.,vt. 1.拖欠(欠款等),不履行。 2.(使)不到案;(比賽)不出(場),不參加到底。 3.缺席裁判(某人),因不出場而輸?shù)?比賽)。 defaulting subscriber (電話)欠費用戶。
Functions can have default arguments , as shown for the value argument of the 函數(shù)可以有默認參數(shù),如
If no texture is set for this stage , the default argument is 如果沒有設(shè)置此貼圖層的紋理,則默認參數(shù)是
Array unless default arguments are defined on the member 數(shù)組中的參數(shù)個數(shù)(除非在成員上定義了默認參數(shù)) 。
Accessing default argument values 訪問默認參數(shù)值
The default argument of 的默認參數(shù)是
Default arguments on functions and methods greatly reduce the number of overloaded methods you need to create 函數(shù)和方法的默認參數(shù)極大地減少了需要創(chuàng)建的重載方法數(shù)量。
The conventional way to have a reference refer to no - object is to provide an explicit singleton representing by convention a null object which often serves as a default argument to a function parameter (讓引用引用空對象的常規(guī)方式是提供顯式的單一實例,按約定,該實例表示一個經(jīng)常充當(dāng)函數(shù)參數(shù)的默認變量的空對象) 。
百科解釋
In computer programming, a default argument is an argument to a function that a programmer is not required to specify.